a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #d91b23;
	text-decoration: none;
}
li,ul{
	list-style: none;
	margin: 0;
	padding:0;
}
.lis_li{
    margin-top: 35px;
}
@media (max-width: 768px){
	.header a {
	    display: block;
	    width: 30px;
	    height: 18px;
	    position: absolute;
	    top: 0;
	    right: 14px;
	}
	.header .head_right_down a:before, .header .head_right_down a:after {
	    content: '';
	    display: block;
	    background: #2484C6;
	    height: 3px;
	}
    .header a span {
	    background: #2484C6;
	    display: block;
	    height: 3px;
	    margin: 5px 0;
	}
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    // background-size: cover;
    //     position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    // background-position: 50% 100%;
    // max-min:796px;
}
.swiper-slide img{
    // width: 100%;
    height: auto !important;
}
.swiper-pagination-bullet{
    border-radius: 0;
    width: 50px;
    height: 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
    position: fixed;
}
// .swiper-wrapper img{
//     height: 100vh !important;
// }
/*footer*/
.footer{
    position: fixed;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height: 40px;
    // margin: 0 auto;
    bottom:0;
}

/*banner*/
:root{
    --font-color:#fff;
}
.banner_wrap{
    width: 502px;
    position: absolute;
    top: 34%;
    left: 8%;
    // height: 200px;
}
.swiper-slide h2{
    text-transform:Uppercase;
    font-size:7rem;
    font-family:'DIN Next LT Pro';
    color: var(--font-color);
}
.swiper-slide h3{
    font-size: 4.3rem;
    font-family:'Source Han';
    color: var(--font-color);
}
.swiper-slide .banner_all{
    position: absolute;
    top: 50%;
    left: 8%;
    width: 440px;
    padding: 20px;
    background-image: url(../images/blackbox.png);
}

.swiper-slide .banner_tit{
    font-size: 24.81pt;
    font-family:'DIN Next LT Pro';
    color: #2484C6;
    margin-bottom: 10px;  
    font-weight: normal;
}
.swiper-slide .banner_text{
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white;
    line-height: 26px;
}
.banner_desc{
	float: left;
    font-size: 12px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white;
    line-height: 26px;
}
.swiper-slide .banner_btn{ 
    font-size: 12px; 
    float:right;
    text-decoration: none;
}

.swiper-slide .mobile_banner_all{
    position: absolute;
    bottom: 20%;
    top: 30%; 
    width: 80%;
    left: 10%;
    right: 10%;
    padding: 20px;
    background-image: url(../images/blackbox.png);
}

.swiper-slide .mobile_banner_tit{
    font-size: 18pt;
    font-family:'DIN Next LT Pro';
    color: #2484C6;
    margin-bottom: 10px;  
    font-weight: normal;
}
.swiper-slide .mobile_banner_text{
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white; 
}
.mobile_banner_desc{ 
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: bold;
    color: white;
}
.swiper-slide .mobile_banner_btn{ 
    font-size: 12px;  
    text-decoration: none;
    bottom: 30px;
    position: absolute;
    padding-top: 6px;
    padding-bottom: 6px; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

/*列表页*/
.content {
    margin-top: 135px;
    margin-bottom: 30px;
    min-height:600px;
}
@media (max-width: 767px){
	.content {
	    margin-top:106px;
	}
	.news_pic{
		margin-bottom: 10px;
	}
}

.des_box h1{
	margin-bottom: 30px;
	font-family: 'DIN Next LT Pro';
	font-weight: 300;
}
.des_box p {
    font-size: 14px;
    font-family: 'DIN Next LT Pro';
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}
.left_image{
	width: 100%;
	border-radius: 25px;
}
.news_text {
    margin-top: 16px;
}
.news_text h2 {
    font-weight: 300;
    color: black;
    font-family: 'DIN Next LT Pro';
    margin-bottom: 10px;
}
.news_text p{
    font-weight: 300;
    font-size: 14px;
	font-family: 'DIN Next LT Pro';
	line-height: 26px;
	color: #666666;
	margin-top: 18px;
}
.list_neirong h5 {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.list_neirong li{
    overflow: hidden;
}
.list_neirong li a {
    display: block;
    padding:20px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    transition: .5s;
}
.list_neirong li a:hover {
    transform: translateX(-20px);
}
.news_pic img{
	width: 100%;
}

.news_body h6 {
    font-size: 16px;
    font-weight: normal;
    color: #3f3f3f;
    margin-bottom:14px;
    margin-top: 0;
}
.list_neirong li a:hover h6 {
    color: #345292;
}
.news_body p {
    text-indent:2em;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 26px;
    margin-bottom:10px;
}
.news_body span {
    font-size: 14px;
    color: #bababa;
}
.news_body span em {
    color: #898989;
    font-size: 14px;
}
.lh-newsRes-a {
    border-bottom: 2px solid #333;
    padding-bottom:18px;
    margin-bottom: 50px;
    overflow: hidden;
}
.lh-newsRes-a .time {
    float: left;
    width: 67px;
    height: 67px;
    text-align: center;
    background: #1965BB;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
}
.lh-newsRes-a .time h2 {
    font-size: 30px;
}
.lh-newsRes-a .time h3{
    font-weight: normal;
    font-size: 12px;
}
.lh-newsRes-a .text {
    float:left;
    margin-left: 20px;
}
.lh-details {
    color: #666666;
    line-height: 30px;
}
.lh-details img{
    max-width:100%;
}
.lh-footer {
    width: 100%;
    background: #282828;
    color: #fff;
    line-height: 24px;
    padding:43px 0;
    font-size: 14px;
}
.lis_newsb{
    margin-top: 15px;
    margin-bottom: 10px;
}
.lis_newsb li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #4d4d4d;
}
.lis_newsb li a:hover {
    color: #0d68d3;
}
.lis_newsb li a span {

    float: right;
    color: #666;

}
